home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Comms & Internet / Joe's-Email-Suite.as / ReadMe < prev   
Text File  |  1996-10-12  |  4KB  |  74 lines

  1. Drag-n-Drop Email v0.9
  2. Copyright ©1996 Joseph Santaniello. All Rights Reserved.
  3.  
  4. What it does:
  5.  
  6. This Applescript uses a speech-only interface to send e-mail messages to, 
  7. and get e-mail messages from your mail server.
  8.  
  9. The script sends via e-mail the contents of text files dropped on it's Icon.
  10. The first line of a text file you wish to send as e-mail must be the recipients
  11. complete e-mail address followed by a return. The address will not be seen on
  12. the recieved message. Multiple text files may be dropped on it, but not folders.
  13. Sent messages are given a label index of dark blue (Personal) and moved to
  14. a folder "Sent Mail" of folder "AppleScript Outbox" of the Desktop. If no such
  15. folder exists, it is created.
  16.   
  17. When it is run by double clicking, it checks to see if there is any mail waiting for you.
  18. You are then informed of how many messages are waiting then the script  creates a folder 
  19. called "AppleScript Inbox" on your Desktop, if one does not exist already. If one does, it 
  20. just uses that one. It then retrieves your messages, saving them as text files in the 
  21. "AppleScript Inbox" folder using names like "Message #1 12h22m45s" , 
  22. "Message #2 12h22m51s", etc. Once messages are retrieved succesfully from the server, 
  23. they are deleted. After message retrieval, the script checks for files with a label
  24. index of red (Hot) in the "AppleScript Outbox" folder, any files found are treated as
  25. though they were dropped in the scripts icon. This feature is for use with the
  26. "Joe's IC mailto Helper" application which should be a part of this distribution.
  27. See the accompanying Read Me for more.
  28.  
  29. It If a PPP connection is not in place when the script runs, it will open a connection and 
  30. then close it when it is finished with whatever function is being used. If there is already 
  31. a PPP connection in place when the Script runs, when finished it will leave the PPP connection
  32. as if found it. 
  33.  
  34. What it requires:
  35.  
  36. This script as yet has only been tested on with System 7.5.5 and FreePPP 2.5.
  37. It does not work with OpenTransport.  AppleScript v1.1 or later, Drag and Drop, 
  38. Scriptable finder, InternetConfig, and the following Scripting Additions are required: 
  39.  
  40. MacPPP Control OSAX  found in UMich mirrors such as:
  41. ftp://mac.uio.no//umich/util/comm/macpppcontrol1.4.sit.hqx
  42.  
  43. TCP/IP Scripting Additions OSAX found in UMich mirrors such as: ftp://mac.uio.no//umich/util/script/tcpipscriptingadd1.12.cpt.hqx
  44.  
  45. Speech OSAX found in Info-Mac mirrors such as:
  46. ftp://mac.uio.no//info-mac/cfg/speech-as.hqx
  47.  
  48. Jon's Commands OSAX found in Info-Mac mirrors such as:
  49. ftp://mac.uio.no//umich/util/script/jonscommands1.36.sit.hqx
  50.  
  51. ICScriptor OSAX found in Info-Mac mirrors such as:
  52. ftp://mac.uio.no//umich/util/script/icscriptor1.0b1.sit.hqx
  53.  
  54. InternetConfig may be found in Info-Mac mirrors such as:
  55. ftp://mac.uio.no//info-mac/_Internet/internet-config-12.hqx
  56. Be certain it is properly set up before trying the script.
  57. (if you were really cool you would have the ICeTEe Extension which comes with IC installed)
  58.  
  59. Yeah, and?
  60.  
  61. This Script is free, however you are required send me e-mail with your comments.
  62. As so few have actually sent me e-mail, in order to satisfy my curiosity, the script
  63. will after 10 uses send a brief message to me informing me of the 10 uses. If I am
  64. one of the first 10 recipients, this feature cancels itself. The script is in no way
  65. impaired. Check it out with the editor if you're curious.
  66.  
  67. This Script may be included in CD-ROM collections if this documentation is included,
  68. and if possible I am given a copy. This Script is warranted to do nothing. If it doesn't
  69. do nothing you can have your money back. Or maybe I can have your money back...?
  70. (man was that funny...)
  71.  
  72. Joseph Santaniello <cvoss@sn.no>              http://www.sn.no/~cvoss/Joe
  73.  
  74.